Mobile Payments Sdk
Top-level access to Mobile Payments SDK functionality. The various manager classes provided here all implement interface types you can stub out and mock for testing applications using MobilePaymentsSdk; this class functions as a factory to provide the "real" implementations.
Functions
Returns the AuthorizationManager singleton for authorizing Mobile Payments SDK to collect payments.
The entry point for Mobile Payments SDK. Manages initialization and provides access to managers for all SDK operations. You must initialize the SDK before attempting any other operation. The SDK may only be initialized once.
Returns 'true' if Mobile Payments SDK is in Sandbox environment, 'false' otherwise.
Retrieves PaymentManager, a singleton responsible for processing payments.
Retrieves ReaderManager, responsible for tracking and updating the available readers.
Retrieves SettingsManager, a singleton responsible for managing SDK settings.